PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / transformPoint Method / transformPoint(double,double,double[],int) Method
X coordinate of the point.
Y coordinate of the point.
Array for storing the transformation result.
Offset in result array where to write the transformed values.
In This Topic
    transformPoint(double,double,double[],int) Method
    In This Topic
    Applies the geometric transform represented by this matrix to a specified point.
    Syntax
    public void transformPoint( 
       double x,
       double y,
       double[] result,
       int offset
    )

    Parameters

    x
    X coordinate of the point.
    y
    Y coordinate of the point.
    result
    Array for storing the transformation result.
    offset
    Offset in result array where to write the transformed values.
    See Also